home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / pinfo.arj / README.1ST < prev    next >
Text File  |  1994-04-17  |  4KB  |  96 lines

  1.             Welcome to the shareware version of PSCI v1.00d
  2.                       Copyright 1994 Derek Bradley
  3.                      All rights reserved worldwide.
  4.  
  5. ──────────────────────────────────────────────────────────────────────────────
  6.  
  7. This version of PSCI is NOT public domain or free software, but is being
  8. distributed as "shareware" for EVALUATION PURPOSES ONLY.
  9.  
  10. Derek Bradley grants a limited license to individuals to use this shareware
  11. software for a 30-day evaluation period on a private, non-commercial basis,
  12. for the express purpose of determining whether PSCI is suitable for their
  13. needs. At the end of this 30-day evaluation period, the individual must
  14. either purchase a license from Derek Bradley for continued use of the
  15. program, or discontinue using PSCI.
  16.  
  17. All trademarks and registered trademarks referenced in this file and
  18. other files which come with the PSCI program are the property of their
  19. respective owners.
  20.  
  21. ─────────────────────────────────────────────────────────────────────────────
  22. WHAT IS THE PSCI PROGRAM
  23.  
  24. The PSCI program is a utility program which provides statistical data
  25. about 'C' and 'C++' source code files. It reads an input file and
  26. provides the following output:
  27.  
  28. Program Name
  29.         This output field will display the path and name of the file
  30.         that is being analysed. If the path and name are longer than the
  31.         field display area the name can be horizontally scrolled within
  32.         the field.
  33.  
  34. Bytes Read
  35.         During the reading of the file a count is kept of the number of
  36.         bytes read. This figure should be the same as the size of the
  37.         file. In the Dos version of the program this is the case,
  38.         however in the Windows version the figure seems to be slightly
  39.         less than the file size. All the other data produced by the two
  40.         versions of the program matched and were checked. This slight
  41.         error is being looked at and will be corrected in a later
  42.         version.
  43.  
  44. Program Lines
  45.         This is a count of the number of lines in the file.
  46.  
  47. Blank Lines
  48.         This is a count of the number of blank lines in the file
  49.         excluding those which occur within comment blocks.
  50.  
  51. Comment Lines
  52.         This is a count of the number of comment lines excluding inline
  53.         comments.
  54.  
  55. Comment Blank Lines
  56.         All lines within comment blocks that do not contain any ASCII
  57.         characters.
  58.  
  59. Inline Comments
  60.         Comments that are delimited with '//' and are preceded with
  61.         program code.
  62.  
  63. Lines of Code
  64.         This is a calculation of the actual number of code lines witnin
  65.         the source file. Excluded are comments and blank lines.
  66.  
  67. Comment/Code Percentage
  68.         A calculation of the percentage of comments lines to code. This
  69.         gives an indication of the maintainability of the program.
  70.  
  71.  
  72. INSTALLING AND REGISTERING PSCI
  73. ──────────────────────────────────────────────────────────────────────────────
  74. For details on installation read the file Install.txt.
  75. How to registering the PSCI program can be found in the files
  76. Register.txt.
  77.  
  78.  
  79. CONTENTS OF PSCI DISTRIBUTION DISK
  80. ──────────────────────────────────────────────────────────────────────────────
  81.  
  82. File            Description
  83. ────────────    ──────────────────────────────────────────────────────────────
  84. PINFO.EXE       Main PSCI program file.
  85. README.1ST      This file contain information about the program, how to
  86.                 install it, and how to register your copy. Any late
  87.                 changes or extra items of interest are included.
  88. INSTALL.TXT     Details on how to install the program.
  89. REGFORM.TXT     How to register the program and get a FREE evaluation
  90.                 copy of the Windows version.
  91.  
  92. END OF DOCUMENT
  93. ──────────────────────────────────────────────────────────────────────────────
  94.  
  95.  
  96.